Skip to content

feat: build confirmation prompt + --no-primer flag (V2 complete)#2

Open
gititya wants to merge 1 commit into
mainfrom
feat/v2-complete
Open

feat: build confirmation prompt + --no-primer flag (V2 complete)#2
gititya wants to merge 1 commit into
mainfrom
feat/v2-complete

Conversation

@gititya

@gititya gititya commented Mar 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add interactive "Run build check? (~30s) [Y/n]:" prompt before auto-running npm run build--no-build still bypasses entirely
  • Add --no-primer flag to omit the Claude-specific <!-- Claude: ... --> comment from output (cleaner paste for non-Claude tools)
  • All V2 scope items now complete; CLAUDE.md and SKILL.md updated accordingly

Test plan

  • node bin/index.js → skip error → answer n → build section shows ⚠ build check skipped
  • node bin/index.js → skip error → press Enter → build check runs
  • node bin/index.js --no-build → no build prompt appears
  • node bin/index.js --no-build --no-primer → output has no <!-- Claude: comment
  • node bin/index.js --no-build → output includes <!-- Claude: comment

🤖 Generated with Claude Code

- Prompt "Run build check? (~30s) [Y/n]:" before auto-running npm run build; --no-build still bypasses entirely
- Add --no-primer flag to omit the Claude-specific HTML comment from output
- Mark all V2 scope items complete in CLAUDE.md and SKILL.md

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant